flowbox: Implement get_child_at_pos properly
authorTimm Bäder <mail@baedert.org>
Thu, 14 Feb 2019 06:11:34 +0000 (07:11 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 16 Feb 2019 14:45:06 +0000 (15:45 +0100)
commitc9d9f8b750dc9672c8bc899b0ba3b6f87d918e1e
tree71b20981b38dcfb03092d5492da8061637bf024c
parentca2c05cdb371e4756444a4428f42825c73b2cced
flowbox: Implement get_child_at_pos properly

With transforms in the mix, checking if the coordinate is inside the
widget "allocation" makes even less sense. Just use gtk_widget_pick()
and walk up until we find a GtkFlowBoxChild.
gtk/gtkflowbox.c